home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue63 / Alfresco / TstExMgU.dfm < prev    next >
Encoding:
Text File  |  2000-10-08  |  733 b   |  40 lines

  1. object Form1: TForm1
  2.   Left = 182
  3.   Top = 44
  4.   Width = 164
  5.   Height = 156
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 32
  18.     Top = 72
  19.     Width = 66
  20.     Height = 13
  21.     Caption = 'Doing nothing'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 32
  25.     Top = 104
  26.     Width = 6
  27.     Height = 13
  28.     Caption = '0'
  29.   end
  30.   object Button1: TButton
  31.     Left = 24
  32.     Top = 24
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Run test'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39. end
  40.